home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / GraphicsCards / StormMesa / mesawin32.mak < prev    next >
Text File  |  1998-12-15  |  1KB  |  42 lines

  1. # Be sure to modify the definitions in this file to agree with your
  2. # systems installation.
  3. #
  4. #  NOTE: be sure that the install directories use '\' not '/' for paths.
  5. #
  6. #  Modified by tjump@spgs.com for better functioning with the win32\ build
  7. #  rules.
  8.  
  9. # BEGIN USER MODIFICATION ZONE ...
  10. #
  11. # Make sure the following definitions make sense for your system! They
  12. # *should* pluck out reasonable defaults, however it is possible for
  13. # this code to fail in it's setup.
  14. #
  15. # These definitions are used only by build files in the win32\ subdirectory.
  16. #
  17.  
  18. # import libraries install directory
  19. #
  20. LIBINSTALL     = $(MSDEVDIR)\..\VC\LIB
  21.  
  22. # header file installation directory
  23. HDRINSTALL     = $(MSDEVDIR)\..\VC\INCLUDE
  24.  
  25. # dll file installation directory
  26. #
  27. !IF "$(OS)" == "Windows_NT"
  28. DLLINSTALL     = $(WINDIR)\SYSTEM32
  29. !ELSE # "$(OS)" != "Windows_NT"
  30. DLLINSTALL     = $(WINDIR)\SYSTEM
  31. !ENDIF
  32.  
  33. # END USER MODIFICATION ZONE ...
  34. #
  35. # you should not need to change anything beyond this line manually.
  36.  
  37. !IF "$(DEVDIR)" != ""
  38. LIBINSTALL = $(DEVDIR)\SDK\LIB\WIN32\VC
  39. HDRINSTALL = $(DEVDIR)\SDK\H
  40. DLLINSTALL = $(DEVDIR)\SDK\BIN
  41. !ENDIF
  42.